home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 47.7z / BS1 part 47 / ImageMaster RT v1.50b (1994)(Black Belt Systems)(Disk 4 of 7)[HD].7z / ImageMaster RT v1.50b (1994)(Black Belt Systems)(Disk 4 of 7)[HD].adf / apa.lzh.parta / imh_wipe < prev    next >
Text File  |  1994-02-13  |  5KB  |  134 lines

  1. \ApAssist
  2. \: "imdoc:imh_wipe" - Wipe generator portion of the IM documentation
  3.  
  4. \font topaz.font 8
  5. \tc 1
  6. \wr
  7. \lj
  8. \ib 10 10
  9.  
  10. \index "imdoc:imh_index/index"
  11. \toc "imdoc:imh_toc/toc"
  12. \help "imdoc:aa_help/help"
  13.  
  14. \node "wipe"
  15. \title "Wipe Generator"
  16. \prev ""
  17. \next ""
  18.  
  19. \nw \{ \font topaz.font 11 \tc 15 \ts b
  20. General Information
  21. \} \wr
  22.  
  23. This capability is designed to be used in the multi-sequence
  24. processor. The idea is that often, you'll want to create a transition
  25. of some kind between two images.
  26.  
  27. The simplest type of transistion is a \ts i cut\ts n , where the images being
  28. displayed suddenly and completely change from one to another. Cuts are easy -
  29. you just "do" them.
  30.  
  31. \anim "clips/cut.anim" c 3
  32. \flushimage
  33. \{ \ce
  34. \anlink " \tc DarkBlue Show Cut " 3 P 3 100\}
  35.  
  36. Another kind of transition, which you can often do with a moderately
  37. sophisticated VCR, is a \ts i fade\ts n . Fades are transitions where one
  38. image fades out as another fades in. This is much more sophisticated (to
  39. perform) than a cut, because it involves processing the two images against
  40. each other.
  41.  
  42. \anim "clips/fade.anim" c 2
  43. \flushimage
  44. \{ \ce
  45. \anlink " \tc DarkBlue Show Fade " 2 P 3 100\}
  46.  
  47. Other type of transitions include geometric, or pattern transitions.
  48. These allow a second image to "show through" a pattern of some type;
  49. the pattern changes shape in such a way during the operation of the
  50. transition so that one image dissapears and another appears. An
  51. ellipse that grows larger than the display is an example of this type
  52. of transition.
  53.  
  54. \anim "clips/gak.anim" c 1
  55. \flushimage
  56. \{ \ce
  57. \anlink " \tc DarkBlue Show Pattern " 1 P 3 100\}
  58.  
  59. Finally, we have the class of transitions call \ts i wipes\ts n . A wipe is a
  60. transition where one image actually moves onto the display, for instance,
  61. from the left edge, covering the image that was there previously.
  62.  
  63. \anim "clips/wipe.anim" c 0
  64. \flushimage
  65. \{ \ce
  66. \anlink " \tc DarkBlue Show Wipe " 0 P 3 100\}
  67.  
  68. Imagemaster R/t can produce many types of each of these classes of
  69. transitions, and often will do so with finer detail than other hardware and
  70. software transition generators in common use in the Amiga community.
  71.  
  72. It is really quite easy to use the transition generator: First, you
  73. need two images. Load one as primary, and then load one, or assign one if one
  74. is already loaded, as the secondary. Next, in the sequence control panel,
  75. select Set Scripts and place the following information in the
  76. \ts b Pre-Render \ts n script box:
  77.  
  78. \{ \tc DarkBlue \nw
  79.         rxpi:wipe.rexx\}
  80.  
  81. Once you have done this, you can use the "Primary" option in the Run
  82. Scripts panel of the sequencer to generate transitions.
  83.  
  84. When you press the Primary button, the transition generator will be
  85. invoked; it "knows" you have not (yet) selected the particular
  86. transition you want to use, so it will pause and ask you which one
  87. you want; select from the list presented to you and off it goes.
  88.  
  89. If you'd like to test the transitions, then turn on the filmstrip and
  90. make sure that TEST is selected in the Run Scripts panel of the
  91. Sequencer... that way, the generated transitions are placed in the
  92. filmstrip only, not rendered or saved as 24-bits.
  93.  
  94. Here is a list of some of the currently available transitions:
  95.  
  96. \{ \nw \lm 40
  97. \{ \ts b BLToTR \} \{ \tc DarkBlue ---- \} \{ \ts i Bottom Left (to) Top Right\}
  98. \{ \ts b BRToTL \} \{ \tc DarkBlue ---- \} \{ \ts i Bottom Right (to) Top Left\}
  99. \{ \ts b TLToBR \} \{ \tc DarkBlue ---- \} \{ \ts i Top Left (to) Bottom Right\}
  100. \{ \ts b TRToBL \} \{ \tc DarkBlue ---- \} \{ \ts i Top Right (to) Bottom Left\}
  101. \{ \ts b LToR \} \{ \tc DarkBlue ------ \} \{ \ts i Left (to) Right\}
  102. \{ \ts b RToL \} \{ \tc DarkBlue ------ \} \{ \ts i Right (to) Left\}
  103. \{ \ts b BToT \} \{ \tc DarkBlue ------ \} \{ \ts i Bottom (to) Top\}
  104. \{ \ts b TToB \} \{ \tc DarkBlue ------ \} \{ \ts i Top (to) Bottom\}
  105. \{ \ts b Ellipse \} \{ \tc DarkBlue --- \} \{ \ts i Elliptical Pattern(s)\}
  106. \{ \ts b Rect \} \{ \tc DarkBlue ------ \} \{ \ts i Rectangular Pattern(s)\}
  107. \{ \ts b VBlind \} \{ \tc DarkBlue ---- \} \{ \ts i Vertical Blind pattern(s)\}
  108. \{ \ts b HBlind \} \{ \tc DarkBlue ---- \} \{ \ts i Horizontal Blind pattern(s)\}
  109. \{ \ts b Fade \} \{ \tc DarkBlue ------ \} \{ \ts i Fade from (to)\}\}
  110.  
  111. The pattern fills (Ellipse and Rectangle) can be "tiled", where there
  112. can be any number of the chosen pattern across, and any number of
  113. them down, the image during the course of the transition.
  114.  
  115. In addition, you'll have the opportunity to select with or without
  116. fading for any pattern fill; in fact, there are a number of options
  117. you can select such as "inverse time", "inverse pattern", and fading
  118. as mentioned.
  119.  
  120. As with many of Imagemaster R/t's powerful tools, playing with this will
  121. reveal the flexibility available; talking about it won't, at least not very
  122. well. So play!
  123.  
  124. Note that we may be supplying more types of transitions with future
  125. upgrades; the transition generator is "open-ended"; unlike hardware
  126. solutions, new transitions can be added just a few at a time, or even
  127. one at a time!
  128.  
  129. If you are a technically inclined type, new transitions can be added
  130. by creating new .rxwp files; you can do this also. If you're curious,
  131. call tech support and enquire into writing your own.
  132.  
  133. \endnode
  134.